home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Utilities / Selector / examples / setup < prev    next >
Encoding:
Text File  |  1998-01-23  |  207 b   |  15 lines

  1. copy >nil: S:rgst7-startup.copy env:scnt
  2. setenv scnt `eval $scnt+1`
  3.  
  4. if 3 GT $scnt VAL
  5.     selector logo
  6. endif
  7.  
  8. if 8 EQ $scnt VAL
  9.     selector comeon
  10. endif
  11.  
  12.  
  13. copy >nil: env:scnt S:rgst7-startup.copy
  14. unsetenv scnt
  15.